home *** CD-ROM | disk | FTP | other *** search
/ Macintosh Animation Showcase / Macintosh Animation Showcase CD-ROM.iso / SOURCES / Help / card_6359.txt < prev    next >
Encoding:
Text File  |  1988-12-23  |  11.2 KB  |  536 lines

  1. -- card: 6359 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2755
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   Global CURRENT
  9.   show card field "start"
  10.   put "start" into CURRENT
  11. end openCard
  12.  
  13. on closeCard
  14.   Global CURRENT
  15.   hide card field CURRENT
  16. end closeCard
  17.  
  18.  
  19.  
  20. -- part 1 (field)
  21. -- low flags: 81
  22. -- high flags: 4000
  23. -- rect: left=110 top=63 right=243 bottom=461
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 3
  28. -- text size: 12
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: Start
  32.  
  33.  
  34. -- part 2 (field)
  35. -- low flags: 81
  36. -- high flags: 4001
  37. -- rect: left=110 top=63 right=243 bottom=461
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 0
  41. -- font id: 3
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: H Find Prev
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 2000
  51. -- rect: left=60 top=288 right=311 bottom=91
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: H Find Prev
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   Global CURRENT
  63.   hide card field CURRENT
  64.   show card field "H Find Prev"
  65.   put "H Find Prev" into CURRENT
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 4 (button)
  71. -- low flags: 00
  72. -- high flags: 2000
  73. -- rect: left=90 top=288 right=311 bottom=125
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: H Find
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   push card
  85.   go card "h find"
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 5 (button)
  91. -- low flags: 00
  92. -- high flags: 2000
  93. -- rect: left=124 top=288 right=311 bottom=155
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: H Find Next
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   Global CURRENT
  105.   hide card field CURRENT
  106.   show card field "H Find Next"
  107.   put "H Find Next" into CURRENT
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 6 (button)
  113. -- low flags: 00
  114. -- high flags: 2000
  115. -- rect: left=186 top=265 right=289 bottom=216
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: H Home
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   Global CURRENT
  127.   hide card field CURRENT
  128.   show card field "H Home"
  129.   put "H Home" into CURRENT
  130. end mouseUp
  131.  
  132.  
  133.  
  134. -- part 7 (button)
  135. -- low flags: 00
  136. -- high flags: 2000
  137. -- rect: left=186 top=288 right=311 bottom=216
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: H TOC
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   Global CURRENT
  149.   hide card field CURRENT
  150.   show card field "H TOC"
  151.   put "H TOC" into CURRENT
  152. end mouseUp
  153.  
  154.  
  155.  
  156. -- part 8 (button)
  157. -- low flags: 00
  158. -- high flags: 2000
  159. -- rect: left=223 top=288 right=311 bottom=253
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 0 / 0
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: H Uplev
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   Global CURRENT
  171.   hide card field CURRENT
  172.   show card field "H Uplev"
  173.   put "H Uplev" into CURRENT
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part 9 (button)
  179. -- low flags: 00
  180. -- high flags: 2000
  181. -- rect: left=260 top=266 right=289 bottom=290
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 0 / 0
  184. -- text alignment: 1
  185. -- font id: 0
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: H Pict
  190. ----- HyperTalk script -----
  191. on mouseUp
  192.   Global CURRENT
  193.   hide card field CURRENT
  194.   show card field "H Pict"
  195.   put "H Pict" into CURRENT
  196. end mouseUp
  197.  
  198.  
  199.  
  200. -- part 10 (button)
  201. -- low flags: 00
  202. -- high flags: 2000
  203. -- rect: left=297 top=288 right=311 bottom=327
  204. -- title width / last selected line: 0
  205. -- icon id / first selected line: 0 / 0
  206. -- text alignment: 1
  207. -- font id: 0
  208. -- text size: 12
  209. -- style flags: 0
  210. -- line height: 16
  211. -- part name: H Help
  212. ----- HyperTalk script -----
  213. on mouseUp
  214.   Global CURRENT
  215.   hide card field CURRENT
  216.   show card field "H Help"
  217.   put "H Help" into CURRENT
  218. end mouseUp
  219.  
  220.  
  221.  
  222. -- part 11 (button)
  223. -- low flags: 00
  224. -- high flags: 2000
  225. -- rect: left=357 top=288 right=311 bottom=387
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 1
  229. -- font id: 0
  230. -- text size: 12
  231. -- style flags: 0
  232. -- line height: 16
  233. -- part name: H Prev
  234. ----- HyperTalk script -----
  235. on mouseUp
  236.   Global CURRENT
  237.   hide card field CURRENT
  238.   show card field "H Prev"
  239.   put "H Prev" into CURRENT
  240. end mouseUp
  241.  
  242.  
  243.  
  244. -- part 12 (button)
  245. -- low flags: 00
  246. -- high flags: 2000
  247. -- rect: left=386 top=288 right=311 bottom=422
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 1
  251. -- font id: 0
  252. -- text size: 12
  253. -- style flags: 0
  254. -- line height: 16
  255. -- part name: H Play
  256. ----- HyperTalk script -----
  257. on mouseUp
  258.   Global CURRENT
  259.   hide card field CURRENT
  260.   show card field "H Play"
  261.   put "H Play" into CURRENT
  262. end mouseUp
  263.  
  264.  
  265.  
  266. -- part 13 (button)
  267. -- low flags: 00
  268. -- high flags: 2000
  269. -- rect: left=421 top=288 right=311 bottom=451
  270. -- title width / last selected line: 0
  271. -- icon id / first selected line: 0 / 0
  272. -- text alignment: 1
  273. -- font id: 0
  274. -- text size: 12
  275. -- style flags: 0
  276. -- line height: 16
  277. -- part name: H Next
  278. ----- HyperTalk script -----
  279. on mouseUp
  280.   Global CURRENT
  281.   hide card field CURRENT
  282.   show card field "H Next"
  283.   put "H Next" into CURRENT
  284. end mouseUp
  285.  
  286.  
  287.  
  288. -- part 14 (button)
  289. -- low flags: 00
  290. -- high flags: 2000
  291. -- rect: left=259 top=288 right=311 bottom=289
  292. -- title width / last selected line: 0
  293. -- icon id / first selected line: 0 / 0
  294. -- text alignment: 1
  295. -- font id: 0
  296. -- text size: 12
  297. -- style flags: 0
  298. -- line height: 16
  299. -- part name: H Text
  300. ----- HyperTalk script -----
  301. on mouseUp
  302.   Global CURRENT
  303.   hide card field CURRENT
  304.   show card field "H Text"
  305.   put "H Text" into CURRENT
  306. end mouseUp
  307.  
  308.  
  309.  
  310. -- part 15 (field)
  311. -- low flags: 81
  312. -- high flags: 4001
  313. -- rect: left=110 top=63 right=243 bottom=461
  314. -- title width / last selected line: 0
  315. -- icon id / first selected line: 0 / 0
  316. -- text alignment: 0
  317. -- font id: 3
  318. -- text size: 12
  319. -- style flags: 0
  320. -- line height: 16
  321. -- part name: H Find Next
  322.  
  323.  
  324. -- part 16 (field)
  325. -- low flags: 81
  326. -- high flags: 4001
  327. -- rect: left=110 top=63 right=243 bottom=461
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 0
  331. -- font id: 3
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 16
  335. -- part name: H Home
  336.  
  337.  
  338. -- part 17 (field)
  339. -- low flags: 81
  340. -- high flags: 4001
  341. -- rect: left=110 top=63 right=243 bottom=461
  342. -- title width / last selected line: 0
  343. -- icon id / first selected line: 0 / 0
  344. -- text alignment: 0
  345. -- font id: 3
  346. -- text size: 12
  347. -- style flags: 0
  348. -- line height: 16
  349. -- part name: H TOC
  350.  
  351.  
  352. -- part 18 (field)
  353. -- low flags: 81
  354. -- high flags: 4001
  355. -- rect: left=110 top=63 right=243 bottom=461
  356. -- title width / last selected line: 0
  357. -- icon id / first selected line: 0 / 0
  358. -- text alignment: 0
  359. -- font id: 3
  360. -- text size: 12
  361. -- style flags: 0
  362. -- line height: 16
  363. -- part name: H Uplevel
  364.  
  365.  
  366. -- part 19 (field)
  367. -- low flags: 81
  368. -- high flags: 4001
  369. -- rect: left=110 top=63 right=243 bottom=461
  370. -- title width / last selected line: 0
  371. -- icon id / first selected line: 0 / 0
  372. -- text alignment: 0
  373. -- font id: 3
  374. -- text size: 12
  375. -- style flags: 0
  376. -- line height: 16
  377. -- part name: H Pict
  378.  
  379.  
  380. -- part 20 (field)
  381. -- low flags: 81
  382. -- high flags: 4001
  383. -- rect: left=110 top=63 right=243 bottom=461
  384. -- title width / last selected line: 0
  385. -- icon id / first selected line: 0 / 0
  386. -- text alignment: 0
  387. -- font id: 3
  388. -- text size: 12
  389. -- style flags: 0
  390. -- line height: 16
  391. -- part name: H Text
  392.  
  393.  
  394. -- part 21 (field)
  395. -- low flags: 81
  396. -- high flags: 4001
  397. -- rect: left=110 top=63 right=243 bottom=461
  398. -- title width / last selected line: 0
  399. -- icon id / first selected line: 0 / 0
  400. -- text alignment: 0
  401. -- font id: 3
  402. -- text size: 12
  403. -- style flags: 0
  404. -- line height: 16
  405. -- part name: H Help
  406.  
  407.  
  408. -- part 22 (field)
  409. -- low flags: 81
  410. -- high flags: 4001
  411. -- rect: left=110 top=63 right=243 bottom=461
  412. -- title width / last selected line: 0
  413. -- icon id / first selected line: 0 / 0
  414. -- text alignment: 0
  415. -- font id: 3
  416. -- text size: 12
  417. -- style flags: 0
  418. -- line height: 16
  419. -- part name: H Prev
  420.  
  421.  
  422. -- part 23 (field)
  423. -- low flags: 81
  424. -- high flags: 4001
  425. -- rect: left=110 top=63 right=243 bottom=461
  426. -- title width / last selected line: 0
  427. -- icon id / first selected line: 0 / 0
  428. -- text alignment: 0
  429. -- font id: 3
  430. -- text size: 12
  431. -- style flags: 0
  432. -- line height: 16
  433. -- part name: H Play
  434.  
  435.  
  436. -- part 24 (field)
  437. -- low flags: 81
  438. -- high flags: 4001
  439. -- rect: left=110 top=63 right=243 bottom=461
  440. -- title width / last selected line: 0
  441. -- icon id / first selected line: 0 / 0
  442. -- text alignment: 0
  443. -- font id: 3
  444. -- text size: 12
  445. -- style flags: 0
  446. -- line height: 16
  447. -- part name: H Next
  448.  
  449.  
  450. -- part 25 (field)
  451. -- low flags: 81
  452. -- high flags: 4000
  453. -- rect: left=110 top=63 right=243 bottom=461
  454. -- title width / last selected line: 0
  455. -- icon id / first selected line: 0 / 0
  456. -- text alignment: 0
  457. -- font id: 3
  458. -- text size: 12
  459. -- style flags: 0
  460. -- line height: 16
  461. -- part name: H Uplev
  462.  
  463.  
  464. -- part 27 (button)
  465. -- low flags: 00
  466. -- high flags: 2000
  467. -- rect: left=285 top=327 right=342 bottom=343
  468. -- title width / last selected line: 0
  469. -- icon id / first selected line: 0 / 0
  470. -- text alignment: 1
  471. -- font id: 0
  472. -- text size: 12
  473. -- style flags: 0
  474. -- line height: 16
  475. -- part name: 
  476. ----- HyperTalk script -----
  477. on mouseUp
  478.   visual wipe left
  479.   pop card
  480. end mouseUp
  481.  
  482.  
  483.  
  484. -- part contents for card part 1
  485. ----- text -----
  486. This set of buttons provides the primary means of navigating the ShowCase disc.   
  487.  
  488. -- part contents for card part 2
  489. ----- text -----
  490. Find Previous - This button takes you to the previous card in your search hit list.
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. -- part contents for card part 15
  499. ----- text -----
  500. Find Next - This button takes you to the next card found on your search hit list.
  501.  
  502. -- part contents for card part 16
  503. ----- text -----
  504. Home - This button takes you back to the home card that you launched the ShowCase from.
  505.  
  506. -- part contents for card part 17
  507. ----- text -----
  508. Table of Contents - This button takes you directly back to the Table of Contents from anywhere on the ShowCase disc.
  509.  
  510. -- part contents for card part 25
  511. ----- text -----
  512. Up Level - This button takes you back to the previous menu choice.
  513.  
  514. -- part contents for card part 19
  515. ----- text -----
  516. Picture View - This button allows you to hide the text of a card revealing the picture view.
  517.  
  518. -- part contents for card part 20
  519. ----- text -----
  520. Text View - This button shows a text field with the script of the current presentation.
  521.  
  522. -- part contents for card part 21
  523. ----- text -----
  524. Help - This button got you here.
  525.  
  526. -- part contents for card part 22
  527. ----- text -----
  528. Previous Card - This button takes you to the previous card of the current stack.
  529.  
  530. -- part contents for card part 23
  531. ----- text -----
  532. Play - When available this button will activate a multimedia presentation about the card that you are on.  To stop play simply click the mouse anywhere on the screen.
  533.  
  534. -- part contents for card part 24
  535. ----- text -----
  536. Next Card - This button takes you to the next card of the current stack.